This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: how to move documents from one copy of a database to another with new design elements? ~Lily Frotoolitikle 18.Nov.03 07:26 AM a Web browser Domino Designer 6.0.1All Platforms
Hi,
Do your "header" and "detail" documents relates by the following rule:
If you do so, you make an effort to build an well-related DB object based on Domino Database.
In some cases, we also use this model. When you copy a document from an old database to a new database, your document is assigned a new UniversalID. So, the detail document cannot link to the header document by:
Set headerDoc = Db.GetDocumentByUNID(detailDoc.fld_HeaderUNID(0))